space
Previous Page | Next Page

SAS Namespace Types

InternalLogin


Subclass of SecondaryType


Overview

Internal use only.

Security Inheritance and Enforcement Rules

The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
AccountExpirationDate Account expiration date   double  
BypassHistory Bypass history   int  
BypassInactivitySuspension Bypass inactivity suspension   int  
BypassLockout Bypass lockout   int  
BypassStrength Bypass strength   int  
ExpirationDays Expiration days   int  
FailureCount Failure count   int  
IsDisabled IsDisabled   int  
LockoutTimestamp Lockout timestamp   double  
LoginTimestamp Login timestamp   double  
PasswordHash Password hash   String 64  
PasswordHashHistory Password hash history   String 256  
PasswordTimestamp Password timestamp   double  
Salt Salt   String 8  
SaltHistory Salt history   String 128  
UseStdExpirationDays Use standard expiration days   int  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, LockedBy, UsageVersion

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.
Name Cardinality Description Associated Types
ForIdentity

Partner: InternalLoginInfo

1 to 1 The identity for this internal login.  Identity
IdentityGroup
Person

Inherited Associations
AccessControls/Objects, Changes/Objects, CustomAssociations/OwningObject, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, Groups/Members, Implementors/ImplementedObjects, Keywords/Objects, LocalizedAttributes/AssociatedLocalizedObject, Notes/Objects, PrimaryPropertyGroup/AssociatedObject, Prompts/PromptEnabledObject, Properties/AssociatedObject, PropertySets/OwningObject, ReferencedObjects/AssociatedObjects, ResponsibleParties/Objects, SourceTransformations/TransformationSources, SpecSourceTransformations/SourceSpecifications, SpecTargetTransformations/TargetSpecifications, TargetTransformations/TransformationTargets, Timestamps/Objects, Trees/Members, TSObjectNamespace/TSObjects, UsedByPrototypes/UsingPrototype, UsingPrototype/UsedByPrototypes, Variables/AssociatedObject

Attribute Details

AccountExpirationDate
     Type:  double  

Account expiration date

BypassHistory
     Type:  int  

Bypass history

BypassInactivitySuspension
     Type:  int  

Bypass inactivity suspension

BypassLockout
     Type:  int  

Bypass lockout

BypassStrength
     Type:  int  

Bypass strength

ExpirationDays
     Type:  int  

Expiration days

FailureCount
     Type:  int  

Failure count

IsDisabled
     Type:  int  

IsDisabled

LockoutTimestamp
     Type:  double  

Lockout timestamp

LoginTimestamp
     Type:  double  

Login timestamp

PasswordHash
     Type:  String 64  

Password hash

PasswordHashHistory
     Type:  String 256  

Password hash history

PasswordTimestamp
     Type:  double  

Password timestamp

Salt
     Type:  String 8  

Salt

SaltHistory
     Type:  String 128  

Salt history

UseStdExpirationDays
     Type:  int  

Use standard expiration days

Association Details

ForIdentity
     Cardinality:   1 to 1
     Partner:  InternalLoginInfo

The identity for this internal login. 

Associated Types:
Identity,  IdentityGroup,   Person

Previous Page | Next Page | Top of Page